home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Freeware
/
Comunicatii
/
dkboost
/
dkBoosterSetup 1.1.04.exe
/
dkBooster.chm
/
scripts.js
< prev
next >
Wrap
Text File
|
2005-01-29
|
134b
|
7 lines
function inlineText(tobj)
{
var obj=eval(tobj);
var b=(obj.style.display==""?false:true);
obj.style.display=(b?"":"none");
}